func github.com/google/uuid.xtob
7 uses
github.com/google/uuid (current package)
util.go#L39: func xtob(x1, x2 byte) (byte, bool) {
uuid.go#L89: uuid[i], ok = xtob(s[i*2], s[i*2+1])
uuid.go#L110: v, ok := xtob(s[x], s[x+1])
uuid.go#L134: uuid[i/2], ok = xtob(b[i], b[i+1])
uuid.go#L155: v, ok := xtob(b[x], b[x+1])
uuid.go#L217: _, ok := xtob(s[i], s[i+1])
uuid.go#L233: if _, ok := xtob(s[x], s[x+1]); !ok {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |